ComponentOne ASP.NET MVC Controls
Mask Property (InputTime<T>)

C1.Web.Mvc Namespace > InputTime<T> Class : Mask Property
Gets or sets a mask to use while the user is editing.
Syntax
'Declaration
 
Public Property Mask As String
public string Mask {get; set;}
Remarks
If specified, the mask must be compatible with the value of the Format property. For example, you can use the mask '99:99 >LL' for entering short times (format 't').
See Also

Reference

InputTime<T> Class
InputTime<T> Members